test: reproduce hanging RequestManager requests and missing cleanup#5752
test: reproduce hanging RequestManager requests and missing cleanup#5752ayushi-forge wants to merge 1 commit intosugarlabs:masterfrom
Conversation
|
Closing this PR in favor of a clean follow-up PR that contains New PR: #5752 |
|
❌ Some Jest tests failed. Please check the logs and fix the issues before merging. Failed Tests: |
|
Note: The failing Jest tests are expected here. A follow-up PR will address the fix once this approach is approved. |
32a1811 to
a395025
Compare
|
❌ Some Jest tests failed. Please check the logs and fix the issues before merging. Failed Tests: |
|
Reiterating for clarity: the failing Jest tests in this PR are intentional. Once this approach is approved, I’ll open a follow-up PR that implements |
|
@ayushi-forge please tag the issue i m not getting whats the issue ???? |
Adds regression tests that expose hanging requests in RequestManager
when callbacks never resolve and pendingRequests is not cleaned up.
This PR intentionally contains tests only.